Skip to content

WindowHost class

Defined in

Namespace: CrissCross.WPF Assembly: CrissCross.WPF.dll Full name: CrissCross.WPF.WindowHost<T> Modifiers: public

Summary

View source

        Window Host.
        

Applies to

net10.0-windows10.0.19041, net10.0-windows7.0, net9.0-windows10.0.19041, net9.0-windows7.0, net8.0-windows10.0.19041, net8.0-windows7.0, net481, net481

Class hierarchy
classDiagram
class WindowHost~T~
class HwndHost
HwndHost <|-- WindowHost~T~

Inherits from: HwndHost

Constructors

NameSummary
.ctorInitializes a new instance of the [WindowHost](# class.

Properties

NameSummary
WindowHandleGets the window handle.
WindowGets the window.

Methods

NameSummary
CloseCloses this instance.
BuildWindowCoreWhen overridden in a derived class, creates the window to be hosted.
DestroyWindowCoreWhen overridden in a derived class, destroys the hosted window.
Inherited members

See also